home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / 17_bit_pd / 17bitgif / utility / amiga / gd_v1_11.lha / gd1.1.1 / README.bak < prev    next >
Text File  |  1994-12-10  |  3KB  |  59 lines

  1. This is the gd gif-manipulating library, version 1.1. It was
  2. created to allow graphs, charts and the like to be generated on the
  3. fly for use on the World wide Web, but is useful for any
  4. application in which custom .GIFs are useful. It is not a paint 
  5. program; it is a library. If you are looking for a paint program
  6. for the X Window System, check out David Koblas "xpaint", available 
  7. by anonymous FTP from ftp.netcom.com in pub/koblas. (I'm just a
  8. fan of Dave's code.)
  9.  
  10. "What's new in gd 1.1?"
  11.  
  12. -- Polygon drawing and filling
  13. -- Brushes
  14. -- Tiles
  15. -- Line styling (even with brushes...)
  16. -- Interlaced GIFs (hello, Netscape!)
  17.  
  18. COPYRIGHT 1994 BY THE QUEST CENTER AT COLD SPRING HARBOR LABS. 
  19. Permission granted for unlimited use, provided that 
  20. the Quest Center at Cold Spring Harbor Labs is given
  21. credit for the library in the user-visible documentation of 
  22. your software. If you modify gd, we ask that you share the
  23. modifications with us so they can be added to the
  24. distribution. See gd.html for details.
  25.  
  26. gd has been compiled in various forms on all major platforms.
  27. It is happiest on a machine with 32-bit addressing and
  28. a proper stack (ie, anything running Unix, VMS, Windows NT
  29. or any other modern operating system), but is entirely
  30. usable under DOS and Windows. Note, however, that the
  31. flood-fill routines are mildly recursive and may fail on machines
  32. with tiny stack areas. Also, the fonts require a significant
  33. amount of memory (they are optimized more for speed than
  34. for size), but they need not be linked by applications that
  35. do not use them. Otherwise the code is highly
  36. portable and has been written in pre-ANSI C to ensure
  37. easy compilation on all platforms.
  38.  
  39. Full documentation is provided in HTML (World Wide Web) format
  40. in the file gd.html (part of this distribution). You can access the 
  41. latest version of the file at the URL "http://siva.cshl.org/gd/gd.html". 
  42. If you are unfamiliar with the World Wide Web, consult the Frequently
  43. Asked Questions posting of comp.infosystems.www.users for
  44. more information on where to locate a hypertext browser.
  45. The text-based browser "Lynx" does a particularly good job
  46. of navigating the manual and will run on nearly anything.
  47.  
  48. If you don't have the patience to consult the manual
  49. first, build and examine gddemo (see the Makefile)
  50. and run it. It will read in demoin.gif and output
  51. demoout.gif, which you will want to examine with your
  52. GIF viewer to see the results.
  53.  
  54. Tom Boutell, boutell@netcom.com
  55. http://sunsite.unc.edu/boutell/index.html
  56. 116 14th Ave E Apt 2
  57. Seattle, WA 98102
  58.  
  59.